home *** CD-ROM | disk | FTP | other *** search
- Path: solon.com!not-for-mail
- From: seebs@solutions.solon.com (Peter Seebach)
- Newsgroups: comp.lang.c
- Subject: Re: Converting Strings to Upper Case
- Date: 19 Mar 1996 09:09:35 -0600
- Organization: Usenet Fact Police (Undercover)
- Message-ID: <4iminf$f67@solutions.solon.com>
- References: <4ifra6$52i@scipio.cyberstore.ca> <4ihl4m$4ca@castle.nando.net> <NEWTNews.827184423.14391.breese@PC_Breese.physio-control> <314eb83f.308884702@nntp.ix.netcom.com>
- NNTP-Posting-Host: solutions.solon.com
-
- In article <314eb83f.308884702@nntp.ix.netcom.com>,
- Mike Rubenstein <miker3@ix.netcom.com> wrote:
- >Brian Reese <breese@kahuna> wrote:
- >> char * test = "my test string";
-
- >> printf( "%s\n", strtoupper( test ) );
-
- >Not a very good offering. There are two obvious problems in your
- >example.
-
- Three, rather; he also modifies a string literal, which is also not allowed.
-
- -s
- --
- Peter Seebach - seebs@solon.com - Copyright 1996 Peter Seebach.
- C/Unix wizard -- C/Unix questions? Send mail for help. No, really!
- FUCK the communications decency act. Goddamned government. [literally.]
- The *other* C FAQ - http://www.solon.com/~seebs/c/c-iaq.html
-